home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5375 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.unix.programmer,gnu.g++.help,comp.os.linux.networking,comp.lang.c++
  2. Path: netcom.com!milyng
  3. From: mikael@pobox.com (Mikael Lyngvig)
  4. Subject: Re: Library for sockets in c++?
  5. Message-ID: <milyngDM8JKD.LsH@netcom.com>
  6. Sender: milyng@netcom9.netcom.com
  7. Organization: Hacker's Paradise, Inc.
  8. X-Newsreader: WinVN 0.99.7
  9. References: <31139752.4AE8@cet.com>
  10. Date: Sun, 4 Feb 1996 05:07:25 GMT
  11.  
  12. In article <31139752.4AE8@cet.com>, brents@cet.com says...
  13.  
  14. >Anyone know if there is some library functions to use BSD sockets in
  15. >c++? Sockets in 'c' are kinda messy... and I don't want to have to
  16. >make a c++/c program *ick*.  If you know of such a library, point me
  17. >in the direction of some info on it.
  18.  
  19. I once saw an article in MS Journal (I think), that said something about MFC 
  20. includes socket classes.  I don't recall the names or anything, but you might 
  21. want to get hold of Microsoft's Foundation Libraries (MFC) - if they exist for 
  22. the Mac, that is (I suppose MS makes a MAC version of Visual C++).  Try to do 
  23. a grep (i.e., search) the header files for the word socket.
  24.  
  25.  
  26. Mikael
  27.  
  28.